home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <xsd:schema targetNamespace="http://knightware.biz/dsp/schema"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:dsp="http://knightware.biz/dsp/schema"
- elementFormDefault="unqualified"
- attributeFormDefault="unqualified"
- version="6.0">
- <xsd:annotation>
- <xsd:documentation xml:lang="en">
- Deep-Sky Planner ephemeris calculation document schema.
- Copyright © 2012 Knightware, LLC. All rights reserved.
- </xsd:documentation>
- </xsd:annotation>
- <xsd:element name="DspCalc">
- <xsd:complexType>
- <xsd:sequence>
- <!-- Location for ephemeral calculations -->
- <xsd:element name="sitename" type="xsd:string"/>
- <!-- Ephemeris time calculation period and frequency -->
- <xsd:element name="period">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="jdebegin" type="xsd:double"/>
- <xsd:element name="jdeend" type="xsd:double"/>
- <xsd:element name="skip" type="xsd:double" minOccurs="0"/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <!-- Objects for which to perform a calculation -->
- <xsd:element name="objects">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="object" minOccurs="0" maxOccurs="unbounded" type="xsd:string"/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- <!-- schemaVersion -->
- <xsd:attribute name="schemaVersion" type="xsd:string" use="required"/>
- <!-- producer -->
- <xsd:attribute name="producer" type="xsd:string" use="optional"/>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>